Wait for SMS
Activity Description
Pauses the workflow until an SMS that complies with a specific condition is received.
note
This activity must be followed by an If-Else activity. The If-Else activity must contain a Return Value activity in which a custom condition refers to the received SMS.
Settings
- Default Time Format/Use Variable – Determines whether to use a constant time value or a variable. Default Time Format uses the timeout listed in the activity; by default this is one minute for most activities.
- Time Interval – If you elected to use a variable time value, set the time unit that the variable represents.
- Time – The name of the Variable holding a numeric value.
note
To refer to the incoming text message information, use the following syntax:
%waitForSMS1.body%
%waitForSMS1.source%
%waitForSMS1.subject%
%waitForSMS1.username%
%waitForSMS1.userfullname%